Html Css Color HEX #CCF095 Reef

📋 copy color: '#CCF095'

red 204 ◦ green 240 ◦ blue 149

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

Shades of Reef #CCF095

Tints of Reef #CCF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.47%

 BLUE value IS 149 (58.59% from 255) = 25.13%

R = 34.4%
G = 40.47%
B = 25.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#CCF095 (or 0xCCF095) is known color: Reef. HEX triplet: CC, F0 and 95. RGB value is (204,240,149). Sum of RGB (Red+Green+Blue) = 204+240+149=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF095 is #330F6A. Grayscale: #DBDBDB. Windows color (decimal): -3346283 or 9826508. OLE color: 9826508.

HSL color Cylindrical-coordinate representation of color #CCF095: hue angle of 83.74º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCF095 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 149 -
CMYK 0.15 0 0.38 0.06
HSL 83.74º 0.75% 0.76% -
HSV(B) 83.74º 0.38% 0.94% -
XYZ 61.49 77.33 40.12 -
YUV 218.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 204 240 149 0.15 0 0.38 0.06 83.74 0.75 0.76
Hex CC F0 95 F 0 26 6 54 4B 4C
Octal 314 360 225 17 0 46 6 124 113 114
Binary 11001100 11110000 10010101 1111 0 100110 110 1010100 1001011 1001100

Color Harmonies of #CCF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF095

Black with #CCF095

Text Example


Text Example

White with #CCF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF095; }

 p { color: rgb(204,240,149); }

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

background-color css

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

 a { background-color: rgb(204,240,149); }

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

border-color css

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

 span { border-color: rgb(204,240,149); }

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