Html Css Color HEX #CDF991 Reef

📋 copy color: '#CDF991'

red 205 ◦ green 249 ◦ blue 145

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

Shades of Reef #CDF991

Tints of Reef #CDF991

RGB

 RED value IS 205 (80.47% from 255) = 34.22%

 GREEN value IS 249 (97.66% from 255) = 41.57%

 BLUE value IS 145 (57.03% from 255) = 24.21%

R = 34.22%
G = 41.57%
B = 24.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#CDF991 (or 0xCDF991) is known color: Reef. HEX triplet: CD, F9 and 91. RGB value is (205,249,145). Sum of RGB (Red+Green+Blue) = 205+249+145=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF991 is #32066E. Grayscale: #E0E0E0. Windows color (decimal): -3278447 or 9566669. OLE color: 9566669.

HSL color Cylindrical-coordinate representation of color #CDF991: hue angle of 85.38º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDF991 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 145 -
CMYK 0.18 0 0.42 0.02
HSL 85.38º 0.9% 0.77% -
HSV(B) 85.38º 0.42% 0.98% -
XYZ 64.16 82.77 39.38 -
YUV 223.99 83.42 114.46 -
System Red Green Blue C M Y K H S L
Decimal 205 249 145 0.18 0 0.42 0.02 85.38 0.9 0.77
Hex CD F9 91 12 0 2A 2 55 5A 4D
Octal 315 371 221 22 0 52 2 125 132 115
Binary 11001101 11111001 10010001 10010 0 101010 10 1010101 1011010 1001101

Color Harmonies of #CDF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF991

Black with #CDF991

Text Example


Text Example

White with #CDF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF991; }

 p { color: rgb(205,249,145); }

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

background-color css

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

 a { background-color: rgb(205,249,145); }

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

border-color css

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

 span { border-color: rgb(205,249,145); }

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