Html Css Color HEX #CCF02B Pear

📋 copy color: '#CCF02B'

red 204 ◦ green 240 ◦ blue 43

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

Shades of Pear #CCF02B

Tints of Pear #CCF02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.83%

R = 41.89%
G = 49.28%
B = 8.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#CCF02B (or 0xCCF02B) is known color: Pear. HEX triplet: CC, F0 and 2B. RGB value is (204,240,43). Sum of RGB (Red+Green+Blue) = 204+240+43=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF02B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF02B is #330FD4. Grayscale: #CFCFCF. Windows color (decimal): -3346389 or 2879692. OLE color: 2879692.

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

Color convert

RGB 204 240 43 -
CMYK 0.15 0 0.82 0.06
HSL 70.96º 0.87% 0.55% -
HSV(B) 70.96º 0.82% 0.94% -
XYZ 56.5 75.33 13.85 -
YUV 206.78 35.57 126.02 -
System Red Green Blue C M Y K H S L
Decimal 204 240 43 0.15 0 0.82 0.06 70.96 0.87 0.55
Hex CC F0 2B F 0 52 6 47 57 37
Octal 314 360 53 17 0 122 6 107 127 67
Binary 11001100 11110000 101011 1111 0 1010010 110 1000111 1010111 110111

Color Harmonies of #CCF02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF02B

Black with #CCF02B

Text Example


Text Example

White with #CCF02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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