Html Css Color HEX #CCFF9B Reef

📋 copy color: '#CCFF9B'

red 204 ◦ green 255 ◦ blue 155

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

Shades of Reef #CCFF9B

Tints of Reef #CCFF9B

RGB

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

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

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

R = 33.22%
G = 41.53%
B = 25.24%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#CCFF9B (or 0xCCFF9B) is known color: Reef. HEX triplet: CC, FF and 9B. RGB value is (204,255,155). Sum of RGB (Red+Green+Blue) = 204+255+155=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF9B is #330064. Grayscale: #E4E4E4. Windows color (decimal): -3342437 or 10223564. OLE color: 10223564.

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

Color convert

RGB 204 255 155 -
CMYK 0.2 0 0.39 0
HSL 90.6º 1% 0.8% -
HSV(B) 90.6º 0.39% 1% -
XYZ 66.58 86.72 44.24 -
YUV 228.35 86.6 110.63 -
System Red Green Blue C M Y K H S L
Decimal 204 255 155 0.2 0 0.39 0 90.6 1 0.8
Hex CC FF 9B 14 0 27 0 5B 64 50
Octal 314 377 233 24 0 47 0 133 144 120
Binary 11001100 11111111 10011011 10100 0 100111 0 1011011 1100100 1010000

Color Harmonies of #CCFF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF9B

Black with #CCFF9B

Text Example


Text Example

White with #CCFF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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