Html Css Color HEX #CFE067 Mindaro

📋 copy color: '#CFE067'

red 207 ◦ green 224 ◦ blue 103

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

Shades of Mindaro #CFE067

Tints of Mindaro #CFE067

RGB

 RED value IS 207 (81.25% from 255) = 38.76%

 GREEN value IS 224 (87.89% from 255) = 41.95%

 BLUE value IS 103 (40.63% from 255) = 19.29%

R = 38.76%
G = 41.95%
B = 19.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#CFE067 (or 0xCFE067) is known color: Mindaro. HEX triplet: CF, E0 and 67. RGB value is (207,224,103). Sum of RGB (Red+Green+Blue) = 207+224+103=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE067 is #301F98. Grayscale: #CDCDCD. Windows color (decimal): -3153817 or 6807759. OLE color: 6807759.

HSL color Cylindrical-coordinate representation of color #CFE067: hue angle of 68.43º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE067 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 103 -
CMYK 0.08 0 0.54 0.12
HSL 68.43º 0.66% 0.64% -
HSV(B) 68.43º 0.54% 0.88% -
XYZ 54.84 67.56 22.98 -
YUV 205.12 70.37 129.34 -
System Red Green Blue C M Y K H S L
Decimal 207 224 103 0.08 0 0.54 0.12 68.43 0.66 0.64
Hex CF E0 67 8 0 36 C 44 42 40
Octal 317 340 147 10 0 66 14 104 102 100
Binary 11001111 11100000 1100111 1000 0 110110 1100 1000100 1000010 1000000

Color Harmonies of #CFE067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE067

Black with #CFE067

Text Example


Text Example

White with #CFE067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE067; }

 p { color: rgb(207,224,103); }

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

background-color css

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

 a { background-color: rgb(207,224,103); }

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

border-color css

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

 span { border-color: rgb(207,224,103); }

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