Html Css Color HEX #CCF195 Reef

📋 copy color: '#CCF195'

red 204 ◦ green 241 ◦ blue 149

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

Shades of Reef #CCF195

Tints of Reef #CCF195

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.57%

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

R = 34.34%
G = 40.57%
B = 25.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CCF195 (or 0xCCF195) is known color: Reef. HEX triplet: CC, F1 and 95. RGB value is (204,241,149). Sum of RGB (Red+Green+Blue) = 204+241+149=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF195 is #330E6A. Grayscale: #DBDBDB. Windows color (decimal): -3346027 or 9826764. OLE color: 9826764.

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

Color convert

RGB 204 241 149 -
CMYK 0.15 0 0.38 0.05
HSL 84.13º 0.77% 0.76% -
HSV(B) 84.13º 0.38% 0.95% -
XYZ 61.78 77.92 40.22 -
YUV 219.45 88.24 116.98 -
System Red Green Blue C M Y K H S L
Decimal 204 241 149 0.15 0 0.38 0.05 84.13 0.77 0.76
Hex CC F1 95 F 0 26 5 54 4D 4C
Octal 314 361 225 17 0 46 5 124 115 114
Binary 11001100 11110001 10010101 1111 0 100110 101 1010100 1001101 1001100

Color Harmonies of #CCF195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF195

Black with #CCF195

Text Example


Text Example

White with #CCF195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF195; }

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

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

background-color css

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

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

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

border-color css

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

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

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