Html Css Color HEX #CCFB9D Reef

📋 copy color: '#CCFB9D'

red 204 ◦ green 251 ◦ blue 157

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

Shades of Reef #CCFB9D

Tints of Reef #CCFB9D

RGB

 RED value IS 204 (80.08% from 255) = 33.33%

 GREEN value IS 251 (98.44% from 255) = 41.01%

 BLUE value IS 157 (61.72% from 255) = 25.65%

R = 33.33%
G = 41.01%
B = 25.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#CCFB9D (or 0xCCFB9D) is known color: Reef. HEX triplet: CC, FB and 9D. RGB value is (204,251,157). Sum of RGB (Red+Green+Blue) = 204+251+157=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB9D is #330462. Grayscale: #E2E2E2. Windows color (decimal): -3343459 or 10353612. OLE color: 10353612.

HSL color Cylindrical-coordinate representation of color #CCFB9D: hue angle of 90º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCFB9D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 157 -
CMYK 0.19 0 0.37 0.02
HSL 90º 0.92% 0.8% -
HSV(B) 90º 0.37% 0.98% -
XYZ 65.48 84.27 44.71 -
YUV 226.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 204 251 157 0.19 0 0.37 0.02 90 0.92 0.8
Hex CC FB 9D 13 0 25 2 5A 5C 50
Octal 314 373 235 23 0 45 2 132 134 120
Binary 11001100 11111011 10011101 10011 0 100101 10 1011010 1011100 1010000

Color Harmonies of #CCFB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFB9D

Black with #CCFB9D

Text Example


Text Example

White with #CCFB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFB9D; }

 p { color: rgb(204,251,157); }

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

background-color css

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

 a { background-color: rgb(204,251,157); }

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

border-color css

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

 span { border-color: rgb(204,251,157); }

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