Html Css Color HEX #CCF283 Sulu

📋 copy color: '#CCF283'

red 204 ◦ green 242 ◦ blue 131

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

Shades of Sulu #CCF283

Tints of Sulu #CCF283

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.94%

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

R = 35.36%
G = 41.94%
B = 22.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#CCF283 (or 0xCCF283) is known color: Sulu. HEX triplet: CC, F2 and 83. RGB value is (204,242,131). Sum of RGB (Red+Green+Blue) = 204+242+131=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF283 is #330D7C. Grayscale: #DADADA. Windows color (decimal): -3345789 or 8647372. OLE color: 8647372.

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

Color convert

RGB 204 242 131 -
CMYK 0.16 0 0.46 0.05
HSL 80.54º 0.81% 0.73% -
HSV(B) 80.54º 0.46% 0.95% -
XYZ 60.75 77.98 33.32 -
YUV 217.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 204 242 131 0.16 0 0.46 0.05 80.54 0.81 0.73
Hex CC F2 83 10 0 2E 5 51 51 49
Octal 314 362 203 20 0 56 5 121 121 111
Binary 11001100 11110010 10000011 10000 0 101110 101 1010001 1010001 1001001

Color Harmonies of #CCF283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF283

Black with #CCF283

Text Example


Text Example

White with #CCF283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF283; }

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

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

background-color css

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

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

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

border-color css

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

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

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