Html Css Color HEX #CFD252 Confetti

📋 copy color: '#CFD252'

red 207 ◦ green 210 ◦ blue 82

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

Shades of Confetti #CFD252

Tints of Confetti #CFD252

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

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

R = 41.48%
G = 42.08%
B = 16.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#CFD252 (or 0xCFD252) is known color: Confetti. HEX triplet: CF, D2 and 52. RGB value is (207,210,82). Sum of RGB (Red+Green+Blue) = 207+210+82=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD252 is #302DAD. Grayscale: #C3C3C3. Windows color (decimal): -3157422 or 5427919. OLE color: 5427919.

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

Color convert

RGB 207 210 82 -
CMYK 0.01 0 0.61 0.18
HSL 61.41º 0.59% 0.57% -
HSV(B) 61.41º 0.61% 0.82% -
XYZ 50.3 59.97 16.91 -
YUV 194.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 207 210 82 0.01 0 0.61 0.18 61.41 0.59 0.57
Hex CF D2 52 1 0 3D 12 3D 3B 39
Octal 317 322 122 1 0 75 22 75 73 71
Binary 11001111 11010010 1010010 1 0 111101 10010 111101 111011 111001

Color Harmonies of #CFD252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD252

Black with #CFD252

Text Example


Text Example

White with #CFD252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD252; }

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

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

background-color css

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

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

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

border-color css

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

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

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