Html Css Color HEX #CDF296 Reef

📋 copy color: '#CDF296'

red 205 ◦ green 242 ◦ blue 150

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

Shades of Reef #CDF296

Tints of Reef #CDF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

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

R = 34.34%
G = 40.54%
B = 25.13%

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

#CDF296 (or 0xCDF296) is known color: Reef. HEX triplet: CD, F2 and 96. RGB value is (205,242,150). Sum of RGB (Red+Green+Blue) = 205+242+150=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF296 is #320D69. Grayscale: #DCDCDC. Windows color (decimal): -3280234 or 9892557. OLE color: 9892557.

HSL color Cylindrical-coordinate representation of color #CDF296: hue angle of 84.13º degrees, saturation: 0.78, 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 #CDF296 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 150 -
CMYK 0.15 0 0.38 0.05
HSL 84.13º 0.78% 0.77% -
HSV(B) 84.13º 0.38% 0.95% -
XYZ 62.43 78.69 40.75 -
YUV 220.45 88.24 116.98 -
System Red Green Blue C M Y K H S L
Decimal 205 242 150 0.15 0 0.38 0.05 84.13 0.78 0.77
Hex CD F2 96 F 0 26 5 54 4E 4D
Octal 315 362 226 17 0 46 5 124 116 115
Binary 11001101 11110010 10010110 1111 0 100110 101 1010100 1001110 1001101

Color Harmonies of #CDF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF296

Black with #CDF296

Text Example


Text Example

White with #CDF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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