Html Css Color HEX #CCF67A Sulu

📋 copy color: '#CCF67A'

red 204 ◦ green 246 ◦ blue 122

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

Shades of Sulu #CCF67A

Tints of Sulu #CCF67A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.01%

 BLUE value IS 122 (48.05% from 255) = 21.33%

R = 35.66%
G = 43.01%
B = 21.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#CCF67A (or 0xCCF67A) is known color: Sulu. HEX triplet: CC, F6 and 7A. RGB value is (204,246,122). Sum of RGB (Red+Green+Blue) = 204+246+122=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF67A is #330985. Grayscale: #DBDBDB. Windows color (decimal): -3344774 or 8058572. OLE color: 8058572.

HSL color Cylindrical-coordinate representation of color #CCF67A: hue angle of 80.32º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF67A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 122 -
CMYK 0.17 0 0.50 0.04
HSL 80.32º 0.87% 0.72% -
HSV(B) 80.32º 0.5% 0.96% -
XYZ 61.37 80.15 30.65 -
YUV 219.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 204 246 122 0.17 0 0.50 0.04 80.32 0.87 0.72
Hex CC F6 7A 11 0 32 4 50 57 48
Octal 314 366 172 21 0 62 4 120 127 110
Binary 11001100 11110110 1111010 10001 0 110010 100 1010000 1010111 1001000

Color Harmonies of #CCF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF67A

Black with #CCF67A

Text Example


Text Example

White with #CCF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF67A; }

 p { color: rgb(204,246,122); }

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

background-color css

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

 a { background-color: rgb(204,246,122); }

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

border-color css

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

 span { border-color: rgb(204,246,122); }

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