Html Css Color HEX #CDFF96 Reef

📋 copy color: '#CDFF96'

red 205 ◦ green 255 ◦ blue 150

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

Shades of Reef #CDFF96

Tints of Reef #CDFF96

RGB

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

 GREEN value IS 255 (100% from 255) = 41.8%

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

R = 33.61%
G = 41.8%
B = 24.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#CDFF96 (or 0xCDFF96) is known color: Reef. HEX triplet: CD, FF and 96. RGB value is (205,255,150). Sum of RGB (Red+Green+Blue) = 205+255+150=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF96 is #320069. Grayscale: #E4E4E4. Windows color (decimal): -3276906 or 9895885. OLE color: 9895885.

HSL color Cylindrical-coordinate representation of color #CDFF96: hue angle of 88.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDFF96 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 205 255 150 -
CMYK 0.20 0 0.41 0
HSL 88.57º 1% 0.79% -
HSV(B) 88.57º 0.41% 1% -
XYZ 66.44 86.7 42.09 -
YUV 228.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 205 255 150 0.20 0 0.41 0 88.57 1 0.79
Hex CD FF 96 14 0 29 0 59 64 4F
Octal 315 377 226 24 0 51 0 131 144 117
Binary 11001101 11111111 10010110 10100 0 101001 0 1011001 1100100 1001111

Color Harmonies of #CDFF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF96

Black with #CDFF96

Text Example


Text Example

White with #CDFF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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