Html Css Color HEX #CCF194 Reef

📋 copy color: '#CCF194'

red 204 ◦ green 241 ◦ blue 148

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

Shades of Reef #CCF194

Tints of Reef #CCF194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.96%

R = 34.4%
G = 40.64%
B = 24.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#CCF194 (or 0xCCF194) is known color: Reef. HEX triplet: CC, F1 and 94. RGB value is (204,241,148). Sum of RGB (Red+Green+Blue) = 204+241+148=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF194 is #330E6B. Grayscale: #DBDBDB. Windows color (decimal): -3346028 or 9761228. OLE color: 9761228.

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

Color convert

RGB 204 241 148 -
CMYK 0.15 0 0.39 0.05
HSL 83.87º 0.77% 0.76% -
HSV(B) 83.87º 0.39% 0.95% -
XYZ 61.7 77.89 39.8 -
YUV 219.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 204 241 148 0.15 0 0.39 0.05 83.87 0.77 0.76
Hex CC F1 94 F 0 27 5 54 4D 4C
Octal 314 361 224 17 0 47 5 124 115 114
Binary 11001100 11110001 10010100 1111 0 100111 101 1010100 1001101 1001100

Color Harmonies of #CCF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF194

Black with #CCF194

Text Example


Text Example

White with #CCF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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