Html Css Color HEX #CCF39B Reef

📋 copy color: '#CCF39B'

red 204 ◦ green 243 ◦ blue 155

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

Shades of Reef #CCF39B

Tints of Reef #CCF39B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.37%

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

R = 33.89%
G = 40.37%
B = 25.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#CCF39B (or 0xCCF39B) is known color: Reef. HEX triplet: CC, F3 and 9B. RGB value is (204,243,155). Sum of RGB (Red+Green+Blue) = 204+243+155=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF39B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF39B is #330C64. Grayscale: #DDDDDD. Windows color (decimal): -3345509 or 10220492. OLE color: 10220492.

HSL color Cylindrical-coordinate representation of color #CCF39B: hue angle of 86.59º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCF39B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 155 -
CMYK 0.16 0 0.36 0.05
HSL 86.59º 0.79% 0.78% -
HSV(B) 86.59º 0.36% 0.95% -
XYZ 62.87 79.31 43 -
YUV 221.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 204 243 155 0.16 0 0.36 0.05 86.59 0.79 0.78
Hex CC F3 9B 10 0 24 5 57 4F 4E
Octal 314 363 233 20 0 44 5 127 117 116
Binary 11001100 11110011 10011011 10000 0 100100 101 1010111 1001111 1001110

Color Harmonies of #CCF39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF39B

Black with #CCF39B

Text Example


Text Example

White with #CCF39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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