Html Css Color HEX #CCF185 Sulu

📋 copy color: '#CCF185'

red 204 ◦ green 241 ◦ blue 133

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

Shades of Sulu #CCF185

Tints of Sulu #CCF185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.01%

R = 35.29%
G = 41.7%
B = 23.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#CCF185 (or 0xCCF185) is known color: Sulu. HEX triplet: CC, F1 and 85. RGB value is (204,241,133). Sum of RGB (Red+Green+Blue) = 204+241+133=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF185 is #330E7A. Grayscale: #DADADA. Windows color (decimal): -3346043 or 8778188. OLE color: 8778188.

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

Color convert

RGB 204 241 133 -
CMYK 0.15 0 0.45 0.05
HSL 80.56º 0.79% 0.73% -
HSV(B) 80.56º 0.45% 0.95% -
XYZ 60.59 77.44 33.94 -
YUV 217.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 204 241 133 0.15 0 0.45 0.05 80.56 0.79 0.73
Hex CC F1 85 F 0 2D 5 51 4F 49
Octal 314 361 205 17 0 55 5 121 117 111
Binary 11001100 11110001 10000101 1111 0 101101 101 1010001 1001111 1001001

Color Harmonies of #CCF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF185

Black with #CCF185

Text Example


Text Example

White with #CCF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF185; }

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

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

background-color css

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

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

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

border-color css

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

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

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