Html Css Color HEX #CCF58B Sulu

📋 copy color: '#CCF58B'

red 204 ◦ green 245 ◦ blue 139

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

Shades of Sulu #CCF58B

Tints of Sulu #CCF58B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.67%

 BLUE value IS 139 (54.69% from 255) = 23.64%

R = 34.69%
G = 41.67%
B = 23.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#CCF58B (or 0xCCF58B) is known color: Sulu. HEX triplet: CC, F5 and 8B. RGB value is (204,245,139). Sum of RGB (Red+Green+Blue) = 204+245+139=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF58B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF58B is #330A74. Grayscale: #DDDDDD. Windows color (decimal): -3345013 or 9172428. OLE color: 9172428.

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

Color convert

RGB 204 245 139 -
CMYK 0.17 0 0.43 0.04
HSL 83.21º 0.84% 0.75% -
HSV(B) 83.21º 0.43% 0.96% -
XYZ 62.21 80.01 36.59 -
YUV 220.66 81.92 116.12 -
System Red Green Blue C M Y K H S L
Decimal 204 245 139 0.17 0 0.43 0.04 83.21 0.84 0.75
Hex CC F5 8B 11 0 2B 4 53 54 4B
Octal 314 365 213 21 0 53 4 123 124 113
Binary 11001100 11110101 10001011 10001 0 101011 100 1010011 1010100 1001011

Color Harmonies of #CCF58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF58B

Black with #CCF58B

Text Example


Text Example

White with #CCF58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF58B; }

 p { color: rgb(204,245,139); }

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

background-color css

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

 a { background-color: rgb(204,245,139); }

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

border-color css

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

 span { border-color: rgb(204,245,139); }

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