Html Css Color HEX #CCF486 Sulu

📋 copy color: '#CCF486'

red 204 ◦ green 244 ◦ blue 134

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

Shades of Sulu #CCF486

Tints of Sulu #CCF486

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.92%

 BLUE value IS 134 (52.73% from 255) = 23.02%

R = 35.05%
G = 41.92%
B = 23.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#CCF486 (or 0xCCF486) is known color: Sulu. HEX triplet: CC, F4 and 86. RGB value is (204,244,134). Sum of RGB (Red+Green+Blue) = 204+244+134=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF486 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF486 is #330B79. Grayscale: #DBDBDB. Windows color (decimal): -3345274 or 8844492. OLE color: 8844492.

HSL color Cylindrical-coordinate representation of color #CCF486: hue angle of 81.82º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCF486 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 134 -
CMYK 0.16 0 0.45 0.04
HSL 81.82º 0.83% 0.74% -
HSV(B) 81.82º 0.45% 0.96% -
XYZ 61.56 79.26 34.61 -
YUV 219.5 79.75 116.94 -
System Red Green Blue C M Y K H S L
Decimal 204 244 134 0.16 0 0.45 0.04 81.82 0.83 0.74
Hex CC F4 86 10 0 2D 4 52 53 4A
Octal 314 364 206 20 0 55 4 122 123 112
Binary 11001100 11110100 10000110 10000 0 101101 100 1010010 1010011 1001010

Color Harmonies of #CCF486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF486

Black with #CCF486

Text Example


Text Example

White with #CCF486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF486; }

 p { color: rgb(204,244,134); }

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

background-color css

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

 a { background-color: rgb(204,244,134); }

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

border-color css

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

 span { border-color: rgb(204,244,134); }

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