Html Css Color HEX #CCF092 Reef

📋 copy color: '#CCF092'

red 204 ◦ green 240 ◦ blue 146

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

Shades of Reef #CCF092

Tints of Reef #CCF092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.75%

R = 34.58%
G = 40.68%
B = 24.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#CCF092 (or 0xCCF092) is known color: Reef. HEX triplet: CC, F0 and 92. RGB value is (204,240,146). Sum of RGB (Red+Green+Blue) = 204+240+146=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF092 is #330F6D. Grayscale: #DADADA. Windows color (decimal): -3346286 or 9629900. OLE color: 9629900.

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

Color convert

RGB 204 240 146 -
CMYK 0.15 0 0.39 0.06
HSL 82.98º 0.76% 0.76% -
HSV(B) 82.98º 0.39% 0.94% -
XYZ 61.25 77.23 38.87 -
YUV 218.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 204 240 146 0.15 0 0.39 0.06 82.98 0.76 0.76
Hex CC F0 92 F 0 27 6 53 4C 4C
Octal 314 360 222 17 0 47 6 123 114 114
Binary 11001100 11110000 10010010 1111 0 100111 110 1010011 1001100 1001100

Color Harmonies of #CCF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF092

Black with #CCF092

Text Example


Text Example

White with #CCF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF092; }

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

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

background-color css

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

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

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

border-color css

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

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

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