Html Css Color HEX #CFD352 Confetti

📋 copy color: '#CFD352'

red 207 ◦ green 211 ◦ blue 82

#CFD352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #CFD352

Tints of Confetti #CFD352

RGB

 RED value IS 207 (81.25% from 255) = 41.4%

 GREEN value IS 211 (82.81% from 255) = 42.2%

 BLUE value IS 82 (32.42% from 255) = 16.4%

R = 41.4%
G = 42.2%
B = 16.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFD352 (or 0xCFD352) is known color: Confetti. HEX triplet: CF, D3 and 52. RGB value is (207,211,82). Sum of RGB (Red+Green+Blue) = 207+211+82=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD352 is #302CAD. Grayscale: #C3C3C3. Windows color (decimal): -3157166 or 5428175. OLE color: 5428175.

HSL color Cylindrical-coordinate representation of color #CFD352: hue angle of 61.86º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFD352 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 211 82 -
CMYK 0.02 0 0.61 0.17
HSL 61.86º 0.59% 0.57% -
HSV(B) 61.86º 0.61% 0.83% -
XYZ 50.55 60.46 16.99 -
YUV 195.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 207 211 82 0.02 0 0.61 0.17 61.86 0.59 0.57
Hex CF D3 52 2 0 3D 11 3E 3B 39
Octal 317 323 122 2 0 75 21 76 73 71
Binary 11001111 11010011 1010010 10 0 111101 10001 111110 111011 111001

Color Harmonies of #CFD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD352

Black with #CFD352

Text Example


Text Example

White with #CFD352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD352; }

 p { color: rgb(207,211,82); }

 H1.HeaderClassName
 {
   color: #CFD352;
 }
 .AnyTagClassName
 {
   color: #CFD352;
 }
</style>

background-color css

<style>
 a { background-color: #CFD352; }

 a { background-color: rgb(207,211,82); }

 div.DivClassName
 {
   background-color: #CFD352;
 }
 .BgClassName
 {
   background-color: #CFD352;
 }
</style>

border-color css

<style>
 span { border-color: #CFD352; }

 span { border-color: rgb(207,211,82); }

 td.TdClassName
 {
   border-color: #CFD352;
 }
 .TagClassName
 {
   border-color: #CFD352;
 }
</style>