Html Css Color HEX #CCF073 Sulu

📋 copy color: '#CCF073'

red 204 ◦ green 240 ◦ blue 115

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

Shades of Sulu #CCF073

Tints of Sulu #CCF073

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.93%

 BLUE value IS 115 (45.31% from 255) = 20.57%

R = 36.49%
G = 42.93%
B = 20.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#CCF073 (or 0xCCF073) is known color: Sulu. HEX triplet: CC, F0 and 73. RGB value is (204,240,115). Sum of RGB (Red+Green+Blue) = 204+240+115=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF073 is #330F8C. Grayscale: #D7D7D7. Windows color (decimal): -3346317 or 7598284. OLE color: 7598284.

HSL color Cylindrical-coordinate representation of color #CCF073: hue angle of 77.28º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCF073 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 115 -
CMYK 0.15 0 0.52 0.06
HSL 77.28º 0.81% 0.7% -
HSV(B) 77.28º 0.52% 0.94% -
XYZ 59.16 76.4 27.85 -
YUV 214.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 204 240 115 0.15 0 0.52 0.06 77.28 0.81 0.7
Hex CC F0 73 F 0 34 6 4D 51 46
Octal 314 360 163 17 0 64 6 115 121 106
Binary 11001100 11110000 1110011 1111 0 110100 110 1001101 1010001 1000110

Color Harmonies of #CCF073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF073

Black with #CCF073

Text Example


Text Example

White with #CCF073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF073; }

 p { color: rgb(204,240,115); }

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

background-color css

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

 a { background-color: rgb(204,240,115); }

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

border-color css

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

 span { border-color: rgb(204,240,115); }

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