Html Css Color HEX #CCF022 Pear

📋 copy color: '#CCF022'

red 204 ◦ green 240 ◦ blue 34

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

Shades of Pear #CCF022

Tints of Pear #CCF022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.11%

R = 42.68%
G = 50.21%
B = 7.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#CCF022 (or 0xCCF022) is known color: Pear. HEX triplet: CC, F0 and 22. RGB value is (204,240,34). Sum of RGB (Red+Green+Blue) = 204+240+34=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 34 (13.67% from 255 or 7.11% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF022 is #330FDD. Grayscale: #CECECE. Windows color (decimal): -3346398 or 2289868. OLE color: 2289868.

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

Color convert

RGB 204 240 34 -
CMYK 0.15 0 0.86 0.06
HSL 70.49º 0.87% 0.54% -
HSV(B) 70.49º 0.86% 0.94% -
XYZ 56.35 75.27 13.07 -
YUV 205.75 31.07 126.75 -
System Red Green Blue C M Y K H S L
Decimal 204 240 34 0.15 0 0.86 0.06 70.49 0.87 0.54
Hex CC F0 22 F 0 56 6 46 57 36
Octal 314 360 42 17 0 126 6 106 127 66
Binary 11001100 11110000 100010 1111 0 1010110 110 1000110 1010111 110110

Color Harmonies of #CCF022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF022

Black with #CCF022

Text Example


Text Example

White with #CCF022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF022; }

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

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

background-color css

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

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

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

border-color css

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

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

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