Html Css Color HEX #CCF190 Reef

📋 copy color: '#CCF190'

red 204 ◦ green 241 ◦ blue 144

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

Shades of Reef #CCF190

Tints of Reef #CCF190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.45%

R = 34.63%
G = 40.92%
B = 24.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#CCF190 (or 0xCCF190) is known color: Reef. HEX triplet: CC, F1 and 90. RGB value is (204,241,144). Sum of RGB (Red+Green+Blue) = 204+241+144=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF190 is #330E6F. Grayscale: #DBDBDB. Windows color (decimal): -3346032 or 9499084. OLE color: 9499084.

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

Color convert

RGB 204 241 144 -
CMYK 0.15 0 0.40 0.05
HSL 82.89º 0.78% 0.75% -
HSV(B) 82.89º 0.4% 0.95% -
XYZ 61.39 77.76 38.16 -
YUV 218.88 85.74 117.39 -
System Red Green Blue C M Y K H S L
Decimal 204 241 144 0.15 0 0.40 0.05 82.89 0.78 0.75
Hex CC F1 90 F 0 28 5 53 4E 4B
Octal 314 361 220 17 0 50 5 123 116 113
Binary 11001100 11110001 10010000 1111 0 101000 101 1010011 1001110 1001011

Color Harmonies of #CCF190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF190

Black with #CCF190

Text Example


Text Example

White with #CCF190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF190; }

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

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

background-color css

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

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

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

border-color css

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

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

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