Html Css Color HEX #CDF196 Reef

📋 copy color: '#CDF196'

red 205 ◦ green 241 ◦ blue 150

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

Shades of Reef #CDF196

Tints of Reef #CDF196

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.44%

 BLUE value IS 150 (58.98% from 255) = 25.17%

R = 34.4%
G = 40.44%
B = 25.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CDF196 (or 0xCDF196) is known color: Reef. HEX triplet: CD, F1 and 96. RGB value is (205,241,150). Sum of RGB (Red+Green+Blue) = 205+241+150=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF196 is #320E69. Grayscale: #DCDCDC. Windows color (decimal): -3280490 or 9892301. OLE color: 9892301.

HSL color Cylindrical-coordinate representation of color #CDF196: hue angle of 83.74º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDF196 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 150 -
CMYK 0.15 0 0.38 0.05
HSL 83.74º 0.76% 0.77% -
HSV(B) 83.74º 0.38% 0.95% -
XYZ 62.14 78.09 40.65 -
YUV 219.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 205 241 150 0.15 0 0.38 0.05 83.74 0.76 0.77
Hex CD F1 96 F 0 26 5 54 4C 4D
Octal 315 361 226 17 0 46 5 124 114 115
Binary 11001101 11110001 10010110 1111 0 100110 101 1010100 1001100 1001101

Color Harmonies of #CDF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF196

Black with #CDF196

Text Example


Text Example

White with #CDF196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF196; }

 p { color: rgb(205,241,150); }

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

background-color css

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

 a { background-color: rgb(205,241,150); }

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

border-color css

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

 span { border-color: rgb(205,241,150); }

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