Html Css Color HEX #CCFE9B Reef

📋 copy color: '#CCFE9B'

red 204 ◦ green 254 ◦ blue 155

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

Shades of Reef #CCFE9B

Tints of Reef #CCFE9B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.44%

 BLUE value IS 155 (60.94% from 255) = 25.29%

R = 33.28%
G = 41.44%
B = 25.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#CCFE9B (or 0xCCFE9B) is known color: Reef. HEX triplet: CC, FE and 9B. RGB value is (204,254,155). Sum of RGB (Red+Green+Blue) = 204+254+155=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFE9B is #330164. Grayscale: #E4E4E4. Windows color (decimal): -3342693 or 10223308. OLE color: 10223308.

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

Color convert

RGB 204 254 155 -
CMYK 0.20 0 0.39 0.00
HSL 90.3º 0.98% 0.8% -
HSV(B) 90.3º 0.39% 1% -
XYZ 66.26 86.09 44.13 -
YUV 227.76 86.94 111.05 -
System Red Green Blue C M Y K H S L
Decimal 204 254 155 0.20 0 0.39 0.00 90.3 0.98 0.8
Hex CC FE 9B 14 0 27 0 5A 62 50
Octal 314 376 233 24 0 47 0 132 142 120
Binary 11001100 11111110 10011011 10100 0 100111 0 1011010 1100010 1010000

Color Harmonies of #CCFE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE9B

Black with #CCFE9B

Text Example


Text Example

White with #CCFE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE9B; }

 p { color: rgb(204,254,155); }

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

background-color css

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

 a { background-color: rgb(204,254,155); }

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

border-color css

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

 span { border-color: rgb(204,254,155); }

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