Html Css Color HEX #CACF25 Barberry

📋 copy color: '#CACF25'

red 202 ◦ green 207 ◦ blue 37

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

Shades of Barberry #CACF25

Tints of Barberry #CACF25

RGB

 RED value IS 202 (79.3% from 255) = 45.29%

 GREEN value IS 207 (81.25% from 255) = 46.41%

 BLUE value IS 37 (14.84% from 255) = 8.3%

R = 45.29%
G = 46.41%
B = 8.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CACF25 (or 0xCACF25) is known color: Barberry. HEX triplet: CA, CF and 25. RGB value is (202,207,37). Sum of RGB (Red+Green+Blue) = 202+207+37=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF25 is #3530DA. Grayscale: #BABABA. Windows color (decimal): -3485915 or 2478026. OLE color: 2478026.

HSL color Cylindrical-coordinate representation of color #CACF25: hue angle of 61.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CACF25 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 207 37 -
CMYK 0.02 0 0.82 0.19
HSL 61.76º 0.7% 0.48% -
HSV(B) 61.76º 0.82% 0.81% -
XYZ 47 57.32 10.34 -
YUV 186.13 43.84 139.32 -
System Red Green Blue C M Y K H S L
Decimal 202 207 37 0.02 0 0.82 0.19 61.76 0.7 0.48
Hex CA CF 25 2 0 52 13 3E 46 30
Octal 312 317 45 2 0 122 23 76 106 60
Binary 11001010 11001111 100101 10 0 1010010 10011 111110 1000110 110000

Color Harmonies of #CACF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACF25

Black with #CACF25

Text Example


Text Example

White with #CACF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACF25; }

 p { color: rgb(202,207,37); }

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

background-color css

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

 a { background-color: rgb(202,207,37); }

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

border-color css

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

 span { border-color: rgb(202,207,37); }

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