Html Css Color HEX #CCF483 Sulu

📋 copy color: '#CCF483'

red 204 ◦ green 244 ◦ blue 131

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

Shades of Sulu #CCF483

Tints of Sulu #CCF483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.63%

R = 35.23%
G = 42.14%
B = 22.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#CCF483 (or 0xCCF483) is known color: Sulu. HEX triplet: CC, F4 and 83. RGB value is (204,244,131). Sum of RGB (Red+Green+Blue) = 204+244+131=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 131 (51.56% from 255 or 22.63% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF483 is #330B7C. Grayscale: #DBDBDB. Windows color (decimal): -3345277 or 8647884. OLE color: 8647884.

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

Color convert

RGB 204 244 131 -
CMYK 0.16 0 0.46 0.04
HSL 81.24º 0.84% 0.74% -
HSV(B) 81.24º 0.46% 0.96% -
XYZ 61.35 79.18 33.52 -
YUV 219.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 204 244 131 0.16 0 0.46 0.04 81.24 0.84 0.74
Hex CC F4 83 10 0 2E 4 51 54 4A
Octal 314 364 203 20 0 56 4 121 124 112
Binary 11001100 11110100 10000011 10000 0 101110 100 1010001 1010100 1001010

Color Harmonies of #CCF483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF483

Black with #CCF483

Text Example


Text Example

White with #CCF483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF483; }

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

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

background-color css

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

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

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

border-color css

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

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

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