Html Css Color HEX #CFD253 Confetti

📋 copy color: '#CFD253'

red 207 ◦ green 210 ◦ blue 83

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

Shades of Confetti #CFD253

Tints of Confetti #CFD253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.6%

R = 41.4%
G = 42%
B = 16.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#CFD253 (or 0xCFD253) is known color: Confetti. HEX triplet: CF, D2 and 53. RGB value is (207,210,83). Sum of RGB (Red+Green+Blue) = 207+210+83=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD253 is #302DAC. Grayscale: #C3C3C3. Windows color (decimal): -3157421 or 5493455. OLE color: 5493455.

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

Color convert

RGB 207 210 83 -
CMYK 0.01 0 0.60 0.18
HSL 61.42º 0.59% 0.57% -
HSV(B) 61.42º 0.6% 0.82% -
XYZ 50.34 59.98 17.11 -
YUV 194.63 65.01 136.83 -
System Red Green Blue C M Y K H S L
Decimal 207 210 83 0.01 0 0.60 0.18 61.42 0.59 0.57
Hex CF D2 53 1 0 3C 12 3D 3B 39
Octal 317 322 123 1 0 74 22 75 73 71
Binary 11001111 11010010 1010011 1 0 111100 10010 111101 111011 111001

Color Harmonies of #CFD253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD253

Black with #CFD253

Text Example


Text Example

White with #CFD253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD253; }

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

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

background-color css

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

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

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

border-color css

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

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

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