Html Css Color HEX #CCF971 Sulu

📋 copy color: '#CCF971'

red 204 ◦ green 249 ◦ blue 113

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

Shades of Sulu #CCF971

Tints of Sulu #CCF971

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.99%

 BLUE value IS 113 (44.53% from 255) = 19.96%

R = 36.04%
G = 43.99%
B = 19.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#CCF971 (or 0xCCF971) is known color: Sulu. HEX triplet: CC, F9 and 71. RGB value is (204,249,113). Sum of RGB (Red+Green+Blue) = 204+249+113=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF971 is #33068E. Grayscale: #DCDCDC. Windows color (decimal): -3344015 or 7469516. OLE color: 7469516.

HSL color Cylindrical-coordinate representation of color #CCF971: hue angle of 79.85º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCF971 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 113 -
CMYK 0.18 0 0.55 0.02
HSL 79.85º 0.92% 0.71% -
HSV(B) 79.85º 0.55% 0.98% -
XYZ 61.76 81.78 28.15 -
YUV 220.04 67.59 116.56 -
System Red Green Blue C M Y K H S L
Decimal 204 249 113 0.18 0 0.55 0.02 79.85 0.92 0.71
Hex CC F9 71 12 0 37 2 50 5C 47
Octal 314 371 161 22 0 67 2 120 134 107
Binary 11001100 11111001 1110001 10010 0 110111 10 1010000 1011100 1000111

Color Harmonies of #CCF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF971

Black with #CCF971

Text Example


Text Example

White with #CCF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF971; }

 p { color: rgb(204,249,113); }

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

background-color css

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

 a { background-color: rgb(204,249,113); }

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

border-color css

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

 span { border-color: rgb(204,249,113); }

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