Html Css Color HEX #CCF291 Reef

📋 copy color: '#CCF291'

red 204 ◦ green 242 ◦ blue 145

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

Shades of Reef #CCF291

Tints of Reef #CCF291

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.95%

 BLUE value IS 145 (57.03% from 255) = 24.53%

R = 34.52%
G = 40.95%
B = 24.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#CCF291 (or 0xCCF291) is known color: Reef. HEX triplet: CC, F2 and 91. RGB value is (204,242,145). Sum of RGB (Red+Green+Blue) = 204+242+145=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF291 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF291 is #330D6E. Grayscale: #DBDBDB. Windows color (decimal): -3345775 or 9564876. OLE color: 9564876.

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

Color convert

RGB 204 242 145 -
CMYK 0.16 0 0.40 0.05
HSL 83.51º 0.79% 0.76% -
HSV(B) 83.51º 0.4% 0.95% -
XYZ 61.76 78.39 38.66 -
YUV 219.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 204 242 145 0.16 0 0.40 0.05 83.51 0.79 0.76
Hex CC F2 91 10 0 28 5 54 4F 4C
Octal 314 362 221 20 0 50 5 124 117 114
Binary 11001100 11110010 10010001 10000 0 101000 101 1010100 1001111 1001100

Color Harmonies of #CCF291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF291

Black with #CCF291

Text Example


Text Example

White with #CCF291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF291; }

 p { color: rgb(204,242,145); }

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

background-color css

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

 a { background-color: rgb(204,242,145); }

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

border-color css

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

 span { border-color: rgb(204,242,145); }

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